ASP.NET Core MVC コントロールヘルプ
Select(Int32,Int32,Nullable<Int32>,Nullable<Int32>,Boolean) メソッド

C1.AspNetCore.Mvc.FlexSheet アセンブリ > C1.Web.Mvc.Sheet.Fluent 名前空間 > FlexSheetBuilder クラス > Select メソッド : Select(Int32,Int32,Nullable<Int32>,Nullable<Int32>,Boolean) メソッド
Index of the first row in this range.
Index of the first column in this range.
Index of the last row in this range.
Index of the last column in this range.
Specify whether to scroll the seletion into view.
Selects a cell range and optionally scrolls it into view.
シンタックス
'宣言
 
Public Overloads Function Select( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal row2 As System.Nullable(Of Integer), _
   ByVal col2 As System.Nullable(Of Integer), _
   Optional ByVal scrollToSelection As System.Boolean _
) As FlexSheetBuilder
public FlexSheetBuilder Select( 
   System.int row,
   System.int col,
   System.Nullable<int> row2,
   System.Nullable<int> col2,
   System.bool scrollToSelection
)

パラメータ

row
Index of the first row in this range.
col
Index of the first column in this range.
row2
Index of the last row in this range.
col2
Index of the last column in this range.
scrollToSelection
Specify whether to scroll the seletion into view.

戻り値の型

Current FlexSheet builder
参照

FlexSheetBuilder クラス
FlexSheetBuilder メンバ
オーバーロード一覧